curl --request POST \
--url https://api.topsort.com/public/v1/campaign-service/estimated-clicks \
--header 'Content-Type: application/json' \
--data '{
"budget": 1000,
"budgetPeriod": "daily",
"isAutoBidding": true,
"products": [
{
"bidAmount": 1,
"categoryIds": [],
"price": 1
}
]
}'
{
"estimatedClicks": 123
}
Please note this is a beta API and therefore it is subject to change.
Get estimated clicks of a future campaign.
curl --request POST \
--url https://api.topsort.com/public/v1/campaign-service/estimated-clicks \
--header 'Content-Type: application/json' \
--data '{
"budget": 1000,
"budgetPeriod": "daily",
"isAutoBidding": true,
"products": [
{
"bidAmount": 1,
"categoryIds": [],
"price": 1
}
]
}'
{
"estimatedClicks": 123
}
The ID of the vendor to get estimated clicks.
1
Successful Response
The response is of type object
.